home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
Python1.4_Source
/
882
/
Amiga
/
Python_netlib
/
SMAKEFILE
< prev
Wrap
Text File
|
1998-06-24
|
2KB
|
85 lines
SRC=///Amiga/Python_netlib
NETOBJ= strerror.o dummy.o lineread.o \
getopt.o printfault.o stubs.o perror.o herror.o \
timerinit.o gettimeofday.o syslog.o \
getpid.o chmod.o chown.o utime.o popen.o sleep.o usleep.o \
printuserfault.o setegid.o seteuid.o \
_dup.o _dup2.o stat.o _fstat.o fib.o dostat.o access.o \
_allocufb.o _chkufb.o _close.o _lseek.o _open.o _read.o \
_write.o fhopen.o ioctl.o iomode.o isatty.o \
serveraccept.o envvars.o \
linkaddr.o linkntoa.o dosio_init.o \
fmod.o rexxvars.o wbargs.o
.c.o:
SC $< OBJNAME $@
.asm.o:
SC $< OBJNAME $@
all: python_net.lib
python_net.lib: $(NETOBJ)
-delete >NIL: $@
oml $@ a <@<
$(NETOBJ)
<
clean:
-delete \#?.lib \#?.o
strerror.o: $(SRC)/strerror.c
dummy.o: $(SRC)/dummy.c
lineread.o: $(SRC)/lineread.c
getopt.o: $(SRC)/getopt.c
printfault.o: $(SRC)/printfault.c
stubs.o: $(SRC)/stubs.c
perror.o: $(SRC)/perror.c
herror.o: $(SRC)/herror.c
timerinit.o: $(SRC)/timerinit.c
gettimeofday.o: $(SRC)/gettimeofday.c
syslog.o: $(SRC)/syslog.c
getpid.o: $(SRC)/getpid.c
chmod.o: $(SRC)/chmod.c
chown.o: $(SRC)/chown.c
utime.o: $(SRC)/utime.c
popen.o: $(SRC)/popen.c
sleep.o: $(SRC)/sleep.c
usleep.o: $(SRC)/usleep.c
printuserfault.o: $(SRC)/printuserfault.c
setegid.o: $(SRC)/setegid.c
seteuid.o: $(SRC)/seteuid.c
_dup.o: $(SRC)/_dup.c
_dup2.o: $(SRC)/_dup2.c
stat.o: $(SRC)/stat.c
_fstat.o: $(SRC)/_fstat.c
fib.o: $(SRC)/fib.c
dostat.o: $(SRC)/dostat.c
access.o: $(SRC)/access.c
_allocufb.o: $(SRC)/_allocufb.c
_chkufb.o: $(SRC)/_chkufb.c
_close.o: $(SRC)/_close.c
_lseek.o: $(SRC)/_lseek.c
_open.o: $(SRC)/_open.c
_read.o: $(SRC)/_read.c
_write.o: $(SRC)/_write.c
fhopen.o: $(SRC)/fhopen.c
ioctl.o: $(SRC)/ioctl.c
iomode.o: $(SRC)/iomode.c
isatty.o: $(SRC)/isatty.c
serveraccept.o: $(SRC)/serveraccept.c
linkaddr.o: $(SRC)/linkaddr.c
linkntoa.o: $(SRC)/linkntoa.c
dosio_init.o: $(SRC)/dosio_init.c
envvars.o: $(SRC)/envvars.c
fmod.o: $(SRC)/fmod.c
rexxvars.o: $(SRC)/rexxvars.asm
wbargs.o: $(SRC)/wbargs.c